﻿2026-08-01T09:39:19.9418409Z ##[group]Run actions/checkout@v5
2026-08-01T09:39:19.9419043Z with:
2026-08-01T09:39:19.9419433Z   repository: BigscreenVR/spt-bs-core
2026-08-01T09:39:19.9422362Z   token: ***
2026-08-01T09:39:19.9422763Z   ssh-strict: true
2026-08-01T09:39:19.9423140Z   ssh-user: git
2026-08-01T09:39:19.9423520Z   persist-credentials: true
2026-08-01T09:39:19.9424226Z   clean: true
2026-08-01T09:39:19.9424745Z   sparse-checkout-cone-mode: true
2026-08-01T09:39:19.9425215Z   fetch-depth: 1
2026-08-01T09:39:19.9425581Z   fetch-tags: false
2026-08-01T09:39:19.9425968Z   show-progress: true
2026-08-01T09:39:19.9426355Z   lfs: false
2026-08-01T09:39:19.9426717Z   submodules: false
2026-08-01T09:39:19.9427112Z   set-safe-directory: true
2026-08-01T09:39:19.9427557Z   allow-unsafe-pr-checkout: false
2026-08-01T09:39:19.9428006Z ##[endgroup]
2026-08-01T09:39:20.0225768Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T09:39:20.0227447Z ##[group]Getting Git version info
2026-08-01T09:39:20.0228210Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T09:39:20.0229373Z [command]/usr/bin/git version
2026-08-01T09:39:20.0229825Z git version 2.43.0
2026-08-01T09:39:20.0235879Z ##[endgroup]
2026-08-01T09:39:20.0243592Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d815f2f7-fc65-4674-9746-9e05c991f75f/.gitconfig'
2026-08-01T09:39:20.0250789Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d815f2f7-fc65-4674-9746-9e05c991f75f' before making global git config changes
2026-08-01T09:39:20.0252035Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T09:39:20.0253722Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T09:39:20.0302828Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T09:39:20.0319912Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:39:20.0330759Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T09:39:20.0333143Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T09:39:20.0350185Z HEAD
2026-08-01T09:39:20.0474676Z ##[endgroup]
2026-08-01T09:39:20.0475518Z [command]/usr/bin/git submodule status
2026-08-01T09:39:20.0667328Z ##[group]Cleaning the repository
2026-08-01T09:39:20.0670033Z [command]/usr/bin/git clean -ffdx
2026-08-01T09:39:20.7707648Z Removing dist/
2026-08-01T09:39:20.7709573Z Removing target/
2026-08-01T09:39:20.7717927Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T09:39:20.7780535Z HEAD is now at 2a66d78d8 release: v0.49.0 — access-control W4/W5 (releases#53)
2026-08-01T09:39:20.7787610Z ##[endgroup]
2026-08-01T09:39:20.7788594Z ##[group]Disabling automatic garbage collection
2026-08-01T09:39:20.7791853Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T09:39:20.7817494Z ##[endgroup]
2026-08-01T09:39:20.7818619Z ##[group]Setting up auth
2026-08-01T09:39:20.7822424Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T09:39:20.7850119Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T09:39:20.8042430Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T09:39:20.8068499Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T09:39:20.8254357Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T09:39:20.8281342Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T09:39:20.8473948Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T09:39:20.8508124Z ##[endgroup]
2026-08-01T09:39:20.8520459Z ##[group]Fetching the repository
2026-08-01T09:39:20.8523367Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +68e50a90602578669b8ee5db9be5332bd49ecadf:refs/remotes/origin/golden/handrail
2026-08-01T09:39:21.7012489Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:39:21.7013159Z  * [new ref]             68e50a90602578669b8ee5db9be5332bd49ecadf -> origin/golden/handrail
2026-08-01T09:39:21.7039946Z ##[endgroup]
2026-08-01T09:39:21.7040481Z ##[group]Determining the checkout info
2026-08-01T09:39:21.7043662Z ##[endgroup]
2026-08-01T09:39:21.7043981Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T09:39:21.7084653Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T09:39:21.7109368Z ##[group]Checking out the ref
2026-08-01T09:39:21.7113147Z [command]/usr/bin/git checkout --progress --force -B golden/handrail refs/remotes/origin/golden/handrail
2026-08-01T09:39:21.7452293Z Previous HEAD position was 2a66d78d8 release: v0.49.0 — access-control W4/W5 (releases#53)
2026-08-01T09:39:21.7459671Z Switched to a new branch 'golden/handrail'
2026-08-01T09:39:21.7460705Z branch 'golden/handrail' set up to track 'origin/golden/handrail'.
2026-08-01T09:39:21.7468199Z ##[endgroup]
2026-08-01T09:39:21.7508652Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T09:39:21.7534813Z 68e50a90602578669b8ee5db9be5332bd49ecadf
